CRadioButtonList.cs
Code Type: C# Class
Uses Classes: ListItem


Lines of Code: 73

public class CRadioButtonList

	Radiobutton list helper 

public CRadioButtonList()

	Default constructor 

public void SetSelectedValue( string strValue,
                                  RadioButtonList rbl)

	set the selected item in a radio button list 

public void RenderDataSet( BaseMaster BaseMstr,
                               DataSet ds,
                               RadioButtonList rbl,
                               string strTextFields,  //comma delimeted / LastName,FirstName
                               string strIDField,     //field used to uniquely id a row
                               string strSelectedID)

	render a dataset as a radio button list 

	

